View Javadoc
1 package jrre.event; 2 3 public class PopOperandEvent extends OperandStackEvent { 4 5 public PopOperandEvent(){ 6 super(); 7 } 8 }

This page was automatically generated by Maven